home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
Dev
/
Amiga-E
/
E_v3.2a
/
Src
/
Tools
/
Exceptions
/
exceptionstest.e
< prev
Wrap
Text File
|
1992-09-02
|
207b
|
19 lines
MODULE 'tools/exceptions'
PROC main()
t(0) -> NOP
t(10)
t("MEM")
t("OPEN")
t("^C")
t("BL")
t("BLA")
t("BLAA")
ENDPROC
PROC t(x) HANDLE
Throw(x,'bla')
EXCEPT
report_exception()
ENDPROC